Learn R Programming

POT (version 1.1-11)

Flood Flows: High Flood Flows of the Ardieres River at Beaujeu

Description

A data frame containing flood discharges, in units of cubic meters per second, of the Ardieres River at Beaujeu (FRANCE), over a period of 33 years and the related date of those events.

Usage

data(ardieres)

Arguments

Format

A data frame with two columns: "time" and "obs".

Author

Mathieu Ribatet

Examples

Run this code
data(ardieres)
plot(ardieres, xlab = "Time (Years)", ylab = expression(paste("Flood
discharges ", m^2/s, sep="")), type = "l")

Run the code above in your browser using DataLab